Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(e2e): parallel e2e #37

Merged
merged 3 commits into from
Sep 27, 2024
Merged

Conversation

Lazar955
Copy link
Member

@Lazar955 Lazar955 commented Sep 26, 2024

Use ctx instead of signal.Interceptor (needed for parallel tests, and more idiomatic to pass ctx)

Parallel tests.

Speed up from 15m without docker to 4m

Copy link
Member

@gitferry gitferry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

@@ -333,15 +329,15 @@ func StartManager(
cfg,
stakerApp,
logger,
interceptor,
//interceptor,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can remove?

@Lazar955 Lazar955 merged commit 7235b05 into lazar/babylond-docker Sep 27, 2024
8 checks passed
@Lazar955 Lazar955 deleted the lazar/use-ctx-parallel branch September 27, 2024 06:12
Lazar955 added a commit that referenced this pull request Sep 27, 2024
* adds babylond docker

* rm unused code

* lint

* cleanup

* chore(e2e): parallel e2e (#37)

* parallel go brrr

* cleanup

* pr comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants